home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
ctask22d
/
res.bc
< prev
next >
Wrap
Text File
|
1993-02-26
|
710b
|
28 lines
#
# --- Version 2.2 93-02-26 08:49 ---
#
# CTask sample applications Make-File for Borland's make.
# Application: RES.C
#
# "reqopt" contains required options, and shouldn't normally be changed.
# "optopt" lists optional optimization options, and may be changed.
# "model" is the memory model letter to use (all except Tiny & Huge).
# "lib" is the Turbo C library path
#
reqopt=+BC.CFG
optopt=-v -vi
!if !$d(model)
model=l
!endif
ctlib=ctasktc
.c.obj:
bcc $(reqopt) $(optopt) -m$(model) $*.c
res.exe: res.obj ctsuptc$(model).lib $(ctlib).lib
tlink /m /l /v c0$(model) $*,$*,$*,ctsuptc$(model) $(ctlib) c$(model)
res.obj: res.c tsk.h tskconf.h